Click or drag to resize

HeaderContains Method (StandardHeader)

Determines whether the Header contains a specific header key.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public bool Contains(
	StandardHeader headerKey
)

Parameters

headerKey
Type: Independentsoft.SipStandardHeader
A StandardHeader represents header key.

Return Value

Type: Boolean
True if the Header contains an element with the specified key; otherwise, false.
See Also